github.com/refraction-networking/utls.ticketKey.hmacKey (field)
6 uses
github.com/refraction-networking/utls (current package)
common.go#L950: hmacKey [16]byte
common.go#L965: copy(key.hmacKey[:], hashed[legacyTicketKeyNameLen+len(key.aesKey):])
ticket.go#L341: mac := hmac.New(sha256.New, key.hmacKey[:])
ticket.go#L376: mac := hmac.New(sha256.New, key.hmacKey[:])
u_public.go#L833: HmacKey: tk.hmacKey,
u_public.go#L841: hmacKey: TK.HmacKey,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |